interrupt signal

英 [ˌɪntəˈrʌpt ˈsɪɡnəl] 美 [ˌɪntəˈrʌpt ˈsɪɡnəl]

网络  中断信号; 中断讯号; 岔断信号

计算机



双语例句

  1. If the restart flag is set to True ( the default), then an interrupt to the routine caused from some UNIX signal will cause a restart of the routine.
    如果restart标志设置为True(默认设置),那么在某些UNIX信号造成中断时,会重新启动例程。
  2. Later in this tip you see how a process can trap signals and not terminate, but here you use the interrupt signal ( SIGINT) to terminate the clock.
    稍后您将看到进程如何trap信号而使终止失败,但是这里我们将使用终止信号(SIGINT)来终止时钟。
  3. When you want to interrupt, raising your hand slightly will signal to people that you want to speak.
    当你要打断对方时,稍稍抬抬手,对方就知道你要讲话了。
  4. When an interrupt signal arrives, the CPU must stop what it's currently doing and switch to a new activity;
    当中断信号到达时,CPU必须停下它正在做的事,切换到一个新的活动;
  5. Includes the TSS selector of the process that must replace the current one when an interrupt signal occurs.
    包含了进程的TSS选择子,当中断信号发生是这个进程必须替换当前进程。
  6. Mechanism and Implementation of Interrupt for System on Programmable Chip ( SoPC) of Real-Time Signal Processing
    基于IPIF的实时信号处理SoPC中断机制研究与实现
  7. If device I did not generate the interrupt it will propagate the acknowledge signal to device II.
    如果设备Ⅰ不产生中断,则把应答信号传输到设备Ⅱ。
  8. Although the kernel may accept a new interrupt signal while handling a previous one, some critical regions exist inside the kernel code where interrupts must be disabled.
    尽管内核可以在执行一个中断时,接收一个新的中断信号,内核代码中存在一些临界区域,这里中断必须关闭。
  9. The timer can generate an interrupt signal upon timeout, or provide the current value of count during operation.
    按时器可以产生一个中断旌旗灯号后,超时,或在操纵过程中供给的计数当前值。
  10. In other words, the instruction processed by the control unit after dealing with the interrupt signal is the first instruction of the selected handler.
    换句话说,控制单元在解决完中断信号后,处理的指令就是选中的处理函数的第一条指令。
  11. Focusing on Hardware interrupt in WINDOWS, the interrupt VBX is developed to finish the alarming signal real-time processing in monitoring and alarming system.
    针对WINDOWS环境下硬件中断处理的问题,在监控报警系统控制中开发了相应的中断控件,从而实现了对报警信号的实时处理。
  12. When the light wavelength permeating the F-P filter equals to the Bragg reflection wavelength, there is an interrupt request signal, DSP deals with the useful information after DSP answers interruption, and then obtain the corresponding changes of the measured parameters.
    当透过F-P滤波器的光波长与Bragg反射波长重合时,就产生中断请求信号,DSP响应中断后就对有用的信息进行处理,进而得到相应被测参量的变化。
  13. Signal gather in the test system is made true by the technologies road of A/ D+ CPU ( central processing unit)+ D/ A. It adopts soft interrupt under Windows system and DMA data gather, and raise signal frequency of gathering.
    本测试系统信号采集是通过A/D+CPU(含操作系统)十D/A形式的技术处理路线实现,并且采用Windows系统下软中断和DMA数据采集,提高了信号采集频率。
  14. The key of the infrared sending program was calling the interrupt subroutine to produce the carrier wave and modulate it with the key signal.
    红外发射程序的关键是定时时间到时调用中断程序来产生载波信号,对按键信号和载波信号进行调制。
  15. Software design, including SCI communication interrupt service subprogram, capture interrupt service subprogram, Timer interrupt subprogram, A/ D acquisition subprogram, consulting service program, and signal process subprogram.
    系统软件设计,包括SCI通信中断子程序、捕捉中断子程序、定时器中断服务和A/D采样子程序、系统查询服务程序,以及采样数据最终的处理子程序等。
  16. We also have completed its circuit diagram. We developed the software of 2407A which included the configuring of the system, exterior interrupt, counting of the Quadrature Encoder Pulse ( QEP) signal and serial communication etc.
    编制了2407A的软件,其中包括系统的配置、外部中断、正交编码脉冲信号的计数和串口通信等部分程序,程序的开发采用了CCS2.21。
  17. The natural phenomena and laws of sun-noise interference which can interrupt the receiving signal of communication broadcast satellite television receiving station are set forth in this article.
    本文阐述了太阳噪声干扰使通信广播卫星接收站信号中断的自然现象及规律,导出日凌中断与通信广播卫星定点及卫星接收站,位置关系的数学表示式。
  18. Although the traditional high-frequency ignite method has a high success ratio, the high frequency interrupt signal has not been resolved.
    虽然传统的高频引弧技术成功率比较高,但是,高频信号对于控制系统的干扰却一直没有得到很好的解决。
  19. In addition to the function of a universal timer's function, the device can generate interrupt request and control the output signal, and it can selectively capture the time at which an external event occurs.
    它除了具有通用定时器的功能以外,还可以实现输出中断和信号控制,以及选择确定输入信号出现的时间。
  20. The performance testing of the real-time operating system ( RTOS) μ C/ OS includes the speed of message transferring and the speed of task switching and timer interrupt handling, the speed of signal task synchronization, and its functions are completed by compatible PC.
    嵌入式实时操作系统μC/OS-II的性能测试对象包括消息传输、任务切换和时钟中断处理时间,及信号任务同步速度,由两台兼容PC完成。
  21. Whether the ability of Real-time processing about the external events ( interrupt, I/ O), or the speed and accuracy of data computing, there is a big advantage of the digital signal processors.
    无论从实时处理外部事件(中断,I/O)的能力,还是对于数据运算的速度和精度来看,数字信号处理器都有非常大的优势。
  22. The key modules are as follows: the main program, timer interrupt initialization subroutine, AD initialization subroutine, DMA interrupt subroutine and signal preprocessing subroutine.
    给出了完整的软件设计,主要模块有:主程序设计、定时器中断子程序、A/D初始化子程序、DMA中断子程序和信号预处理子程序。
  23. The single DSP can transmit baseband signal to digital up converter and receive baseband sample signal from digital down converter through the control of interrupt signal at the same time. The stability and reliability of complete digital transmission system can be realized by this way.
    本文利用DSP的中断控制,在单片DSP内发送基带数字信号同时处理来自数字下变频器的基带数字信号,实现了稳定、可靠的全数字中频与基带传输系统。
  24. In addition, protect circuit was designed. When there is fault in the circuit, it will close off the control signal and send out an interrupt request to Digital Signal Processor ( DSP).
    另外,设计了故障保护电路,当出现故障时封锁所有的开关控制信号,同时向DSP发出一个中断请求。
  25. Control platform is built around 32-bit PowerPC-based CPU architectures, and its function is to control and overhead processing, including the global interrupt, alarm processing, reset, clock control, overhead transmission and optical signal processing and detection.
    控制平台是围绕着基于32位PowerPC架构的CPU展开的,其功能是对控制和开销的处理,包括全局的中断、报警处理、复位、时钟控制、开销的处理和传输和光信号检测。